Hip_GL3_IndexBufferObject

Undocumented in source.

Constructors

this
this(index_t count, HipBufferUsage usage)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

bind
void bind()
Undocumented in source. Be warned that the author may not have intended to support it.
setData
void setData(index_t[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
unbind
void unbind()
Undocumented in source. Be warned that the author may not have intended to support it.
updateData
void updateData(int offset, index_t[] data)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

count
index_t count;
Undocumented in source.
ebo
uint ebo;
Undocumented in source.
size
size_t size;
Undocumented in source.
usage
int usage;
Undocumented in source.

Inherited Members

From IHipIndexBufferImpl

bind
void bind()
Undocumented in source.
unbind
void unbind()
Undocumented in source.
setData
void setData(index_t[] data)
Undocumented in source.
updateData
void updateData(int offset, index_t[] data)
Undocumented in source.

Meta